home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(23, 2)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(23)
- end if
- end
-
- on mouseUp
- global P3SETUP, THESETUP, TEXTDISPLAY, M3SETUP, HELPMANUAL
- glowClear()
- doClick()
- cursor(0)
- go("DEMOS")
- end
-